ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Waterfall<T> Class / StartLabel Property






In This Topic
    StartLabel Property (Waterfall<T>)
    In This Topic
    Gets or sets the label of the start bar.
    Syntax
    'Declaration
     
    
    Public Property StartLabel As System.String
    'Usage
     
    
    Dim instance As Waterfall(Of T)
    Dim value As System.String
     
    instance.StartLabel = value
     
    value = instance.StartLabel
    public System.string StartLabel {get; set;}
    public read-write property StartLabel: System.String; 
    public function get,set StartLabel : System.String
    public: __property System.string* get_StartLabel();
    public: __property void set_StartLabel( 
       System.string* value
    );
    public:
    property System.String^ StartLabel {
       System.String^ get();
       void set (    System.String^ value);
    }
    See Also